home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / comm / tcp / LSClient10.lha / LSClient10.readme < prev   
Text File  |  1999-05-22  |  2KB  |  77 lines

  1. Short:    FTP LS client (list site files from shell prompt or script)
  2. Author:   rakey@cnetbbs.net  (Ray Akey)
  3. Uploader: rakey@cnetbbs.net  (Ray Akey)
  4. Type:     comm/tcp
  5.  
  6. This is a freebie from Ray A. Akey (AKA developer for ZenMetal Software).
  7.  
  8. It is a simple AmigaDOS shell executable that is used to list files
  9. on a remote FTP site.
  10.  
  11. Program argument template:
  12.  
  13.    U=USER/K,P=PASS/K,V=DOPASV/S,Q=QUIET/S,HOSTDIR/K/A/F
  14.  
  15.    U=USER    : the username to use when logging in (default: anonymous).
  16.    P=PASS    : the password to use when logging in (default: getclient@www.cnetbbs.net).
  17.    V=DOPASV  : do PASV transfer (useful for FTPing from behind firewalls)
  18.    Q=QUIET   : suppress shell output.
  19.    HOSTDIR   : the site, port and dir to list. (port default = 21)
  20.  
  21.    NOTE: As an alternate, the U and P arguments can be specified in the
  22.          HOSTDIR argument in usual URL form. ftp:// is optional.
  23.  
  24. Examples:
  25.  
  26.    1) LSClient us.aminet.net/pub/aminet
  27.    2) LSClient somesite:someport/somedir
  28.    3) LSClient username:password@somesite/pub/list_this_dir
  29.    4) LSClient ftp://username:password@somesite/pub/list_this_dir
  30.    5) LSClient ftp://anonymous:username@@ftp.cnetbbs.net/FreeWare
  31.    6) LSClient u=anonymous p=username@ ftp.cnetbbs.net/FreeWare
  32.  
  33. Shell/script Error Codes:
  34.  
  35.    30 = no socket lib
  36.    29 = no filename given
  37.    28 = bad password
  38.    27 = bad username
  39.    26 = not welcome/service unavailable
  40.    25 = dir does not exist
  41.    24 = bad args
  42.    23 = list transfer failed
  43.    21 = connection refused
  44.    0    = success
  45.  
  46.  
  47. INTERNET EMAIL:
  48.  
  49.    rakey@cnetbbs.net    (Ray A. Akey)
  50.  
  51. FIDONET/C-LINK NETMAIL:
  52.  
  53.     Heavy Metal@1:246/74          (Fidonet)
  54.     Heavy Metal@911:9000/0        (C-Link)
  55.  
  56. WWW:
  57.  
  58.    http://www.cnetbbs.net/FreeWare/
  59.  
  60. POSTAL (SNAIL MAIL) ADDRESSES:
  61.  
  62.    Ray A. Akey
  63.    411 Bridge Ave.
  64.    Windsor, ON
  65.    Canada  N9B 2M3
  66.  
  67. BULLETIN BOARD SUPPORT SYSTEM:
  68.  
  69.    (519)256-0278 - The Metal Shoppe BBS (Development/Sales/Support/Licensing)
  70.  
  71. INTERNET RELAY CHAT CHANNEL
  72.  
  73.    server : irc.cnetbbs.net
  74.    port   : 6667
  75.    channel: #cnet
  76.  
  77.